home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
DEM
/
D-H
/
Effects Specialist.sea
/
EffectsSpecialistDemo™.rsrc
/
FYps_10005_Clipper Plus
< prev
next >
Wrap
Text File
|
1991-06-19
|
946b
|
30 lines
%! CLIPPER PLUS 2.0
%% ©1986-1991, Postcraft International, Inc., All Rights Reserved
%% 91/02/24 Designed by Paul McLellan
%% For use only in files created by Effects Specialist
/InsideShade {Intrnals0} def
/OutlineShade {Intrnals1} def
/OutlineSize Intrnals2 def
/ClipFont Intrnals3 def
/ClipSize Intrnals4 def
/InLineShade {Intrnals5} def
%%
/newline {currentpoint ClipSize sub exch pop lm exch moveto } def
/nlifnec {currentpoint pop rm gt {newline} if } def
/done? {currentpoint exch pop bm ClipSize sub lt} def
/MyFpage {
ClipFont findfont ClipSize scalefont setfont
{{pop pop nlifnec} ClipStrg kshow done? {exit} if } loop} def
/textEffect { FXChar exch 0 exch put
gsave FXChar TCP MyC
totKern neg 0 translate newpath 0 tm moveto
currentfont MyFpage setfont grestore NEXT } def
pop kP Intrnals6
/tm /rm /bm /lm FXText BBproc
/rm rm KernNet add def
kF
gsave InLineShade SMG
{ kR FXText { textEffect } forall } if
grestore
kS